home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 20
/
Cream of the Crop 20 (Terry Blount) (1996).iso
/
bbs
/
g5108b.zip
/
G5.ZIP
/
G5.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-06-17
|
573b
|
32 lines
@echo off
IF "%1"=="" GOTO WRONG
IF "%1"=="/l" Goto Local
IF "%1"=="/L" Goto Local
:Start
GALAXY5 NODE%1.CFG %2
If ErrorLevel 255 Goto Xport
GOTO END
:Local
GALAXY5 /L
If ErrorLevel 255 Goto Local_Xport
GOTO END
:Local_Xport
Call TEMP\XPORT0.BAT
Goto Local
:Xport
Call TEMP\XPORT%1.BAT
Goto Start
:WRONG
Echo.
Echo This batch file is used for calling from your BBS softwares batch file
Echo that you will be using to run Galaxy 5 with. To play the game locally,
Echo use the LOCAL.BAT file (just type LOCAL and press ENTER).
Echo.
:END